home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / TCOPY22.ZIP;1 / TMOVE.BAT < prev   
Encoding:
DOS Batch File  |  1992-10-08  |  661 b   |  15 lines

  1. @ECHO OFF
  2. @REM * TMove is actually just a batch file that automaticly adds the /M
  3. @REM * switch to each TCOPY command.  I don't see the sense in wasting more
  4. @REM * disk space writing another "move" program when implementing it into my
  5. @REM * copy program was so easy.  Simply use this batch file EXACTLY like you
  6. @REM * would use TCOPY.  If you type "TMOVE /?" you will get the TCOPY info
  7. @REM * screen.  There is plent of room for all your command line switches
  8. @REM * included in this batch file.  Enjoy!
  9. @REM
  10. @REM * Feel free to delete these REM statements.  This only requires the
  11. @REM * "@TCOPY..." line!
  12.  
  13. @TCOPY %1 %2 %3 %4 %5 %6 %7 %8 /M
  14.  
  15.